home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / bootp < prev    next >
Text File  |  1994-08-10  |  2KB  |  60 lines

  1.  
  2. bootp
  3.  
  4. This is a bootstrap protocol server / client, included in NOS.
  5.  
  6.         bootp start
  7.          Starts the bootp server.
  8.  
  9.  
  10.         bootp stop
  11.          Stops the bootp server.
  12.  
  13.  
  14.         bootp dns [<ip_address.]
  15.          Display or set the list of domain name servers for bootp.
  16.  
  17.  
  18.         bootp dyip [<iface> | <iface> <ipaddr1> <ipaddr2> | <iface> off]
  19.          Display or set the interface address range.  The range is between
  20.          ipaddr1 and ipaddr2, both in dot notation.
  21.  
  22.  
  23.         bootp host [<hostaddr> <hardware_type> <hardware_addr> <ip_addr>
  24.                                                  [<boot_ file>]]
  25.          Display or activate a bootp process.
  26.  
  27.          Hardware_type is netrom, ether, macappletalk or ax25.
  28.          Hardware_addr is the interface name.
  29.          Ip_ addr must be in dot notation.
  30.  
  31.  
  32.  
  33.         bootp rmhost <ip_addr>
  34.          Delete <ip_addr> from the host table.
  35.  
  36.  
  37.  
  38.         bootp homedir [<directory> | default]
  39.          Display or set the directory where the bootp files reside.  The
  40.          default directory is 'bpfiles'.
  41.  
  42.  
  43.  
  44.         bootp defaultfile [<bootfile> | default]
  45.          Display or set the file name of the bootp file.  The default is
  46.          'boot'.
  47.  
  48.  
  49.  
  50.         bootp logfile [<filename> | default] [on | off]
  51.          Starts or stops the logging of bootp requests to <filename> or
  52.          the default file name 'bootplog'.
  53.  
  54.  
  55.  
  56.         bootp logscreen [on | off]
  57.          Enables or disables the logging of bootp to the screen.
  58.  
  59.  
  60.